home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98b.txt / 000083_icon-group-sender _Mon Jun 15 08:24:23 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.8/8.8.7) with SMTP id IAA17281
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Mon, 15 Jun 1998 08:24:14 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA22228; Mon, 15 Jun 1998 08:24:05 -0700
  7. Date: Sat, 13 Jun 1998 01:55:45 +0100
  8. Message-Id: <199806130055.BAA12301@gairsay.aiai.ed.ac.uk>
  9. From: Jeff Dalton <jeff@aiai.ed.ac.uk>
  10. Subject: Re: More CGI background
  11. To: Chris Tenaglia <cdt@post.its.mcw.edu>, icon-group@optima.CS.Arizona.EDU
  12. In-Reply-To: Chris Tenaglia's message of Thu, 11 Jun 1998 11:55:20
  13. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  14. Status: RO
  15. Content-Length: 502
  16.  
  17. > I was having no progress. Here's a little more detail.
  18. > I found other resources on the web, even a teacher's
  19. > slide set. Seems easy in that form. Any programming
  20. > language should work, so I decided to try a simple
  21. > shell script like "testme" in the cgi directory.
  22. > ----------------------------------------------------
  23. > #!/bin/csh
  24. > echo "Content type: text/html"
  25. > echo "<HTML>"
  26.  
  27. You need to echo a blank line after the headers, that is (in this
  28. case), after the "Content type" line.
  29.  
  30. -- jeff
  31.